reflect.bitVector.data (field)

7 uses

	reflect (current package)
		type.go#L2800: 		if len(bv.data) > 0 {
		type.go#L2801: 			typ.gcdata = &bv.data[0]
		type.go#L3093: 		x.gcdata = &abi.stackPtrs.data[0]
		type.go#L3125: 	data []byte
		type.go#L3131: 		bv.data = append(bv.data, 0)
		type.go#L3133: 	bv.data[bv.n/8] |= bit << (bv.n % 8)